projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
339a04d
)
gdk: Move GdkGeometry declaration to gdktypes.h
author
Jonas Ådahl
<jadahl@gmail.com>
Sat, 15 Feb 2020 23:32:26 +0000
(
00:32
+0100)
committer
Jonas Ådahl
<jadahl@gmail.com>
Wed, 19 Feb 2020 08:47:18 +0000
(09:47 +0100)
gdk/gdksurface.h
patch
|
blob
|
history
gdk/gdktypes.h
patch
|
blob
|
history
diff --git
a/gdk/gdksurface.h
b/gdk/gdksurface.h
index 434cbfe7e33f337e3e4361814c15cce52d17457e..2d8c3d0b5f4998dc2c81f4507ed1ba5713ea5b17 100644
(file)
--- a/
gdk/gdksurface.h
+++ b/
gdk/gdksurface.h
@@
-37,8
+37,6
@@
G_BEGIN_DECLS
-typedef struct _GdkGeometry GdkGeometry;
-
/**
* GdkSurfaceType:
* @GDK_SURFACE_TOPLEVEL: toplevel window (used to implement #GtkWindow)
diff --git
a/gdk/gdktypes.h
b/gdk/gdktypes.h
index fed5ab821545a2dc8aa4fdaadab3dd0c6aa87a24..fefb6c62c45bad391cb8ecad866aa167fdcbd4ff 100644
(file)
--- a/
gdk/gdktypes.h
+++ b/
gdk/gdktypes.h
@@
-135,6
+135,8
@@
typedef struct _GdkAppLaunchContext GdkAppLaunchContext;
typedef struct _GdkSeat GdkSeat;
typedef struct _GdkSnapshot GdkSnapshot;
+typedef struct _GdkGeometry GdkGeometry;
+
typedef struct _GdkDrawingContext GdkDrawingContext;
typedef struct _GdkDrawContext GdkDrawContext;
typedef struct _GdkCairoContext GdkCairoContext;